Skip to content

fix(deps): update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-rc18-snapshot - #98

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/patch-cloudnet
Aug 10, 2026
Merged

fix(deps): update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-rc18-snapshot#98
renovate[bot] merged 1 commit into
mainfrom
renovate/patch-cloudnet

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eu.cloudnetservice.cloudnet:bom (source) 4.0.0-RC17-SNAPSHOT4.0.0-RC18-SNAPSHOT age confidence

Release Notes

CloudNetService/CloudNet (eu.cloudnetservice.cloudnet:bom)

v4.0.0-RC17: - Blizzard

Update 4.0.0-RC17 - Blizzard

We are happy to announce another release candidate for CloudNet 4.0. This release contains support for the latest minecraft versions. We urge all users to install the update, as we will no longer provide support for RC16. Users who want to switch from 3.4.X to 4.0 can find instructions in the release information for RC1.

Please also see the changelog for RC6, this contains the detailed information about the switch to Dependency Injection in the API.

Cheers!
(Please remember, CloudNet is provided as-is - we are not responsible for data loss or corruption. You are encouraged to back up your files before any updates!)

Changelog

Features

Improvements

  • Improve paperclip indicators to support leafmc (#​1847)

Fixes

  • Implement missing template storage api (#​1844)
  • Resolve service registry race condition (#​1848)
  • Added missing minecraft packet filter (#​1860)
  • NPC minecraft version parsing fails on new versioning (#​1865)
Dependencies
artifact id usage
driver-api When developing plugins or modules, available on all platforms.
node-api When developing a module which needs more specific access to node functions than the driver can offer.
wrapper-jvm-api When developing plugins which need some more specific access to the service api than the driver can offer.
bridge-api When trying to catch player events and/or interacting with players regardless where they are on the network.
bom When you want to import all dependencies with the same version based on the imported bill of materials.

To add the CloudNet dependency using gradle:

repositories {
  // ensure maven central is added
  mavenCentral()
}

dependencies {
  // optional - you can also specify versions directly
  implementation platform('eu.cloudnetservice.cloudnet:bom:4.0.0-RC17')
  compileOnly 'eu.cloudnetservice.cloudnet:driver-api'

  // without bom
  compileOnly 'eu.cloudnetservice.cloudnet:driver-api:4.0.0-RC17'
}

To add the CloudNet dependency using maven:

<!-- optional - you can also specify versions directly -->
<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>eu.cloudnetservice.cloudnet</groupId>
      <artifactId>bom</artifactId>
      <version>4.0.0-RC17</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

<dependencies>
  <dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>driver-api</artifactId>
    <version>4.0.0-RC17</version> <!-- only needed when bom is not used -->
    <scope>provided</scope>
  </dependency>
</dependencies>

🔗 Links


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 08:00 AM and 05:59 PM, Monday through Friday (* 8-17 * * 1-5)
  • Automerge
    • Between 08:00 AM and 05:59 PM, Monday through Friday (* 8-17 * * 1-5)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate Indication label for the Renovate tool label Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Test results

 84 files   84 suites   1m 2s ⏱️
 60 tests  60 ✅ 0 💤 0 ❌
180 runs  179 ✅ 1 💤 0 ❌

Results for commit 1d35d93.

@renovate
renovate Bot merged commit 6c19caf into main Aug 10, 2026
7 checks passed
@renovate
renovate Bot deleted the renovate/patch-cloudnet branch August 10, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Indication label for the Renovate tool

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants